|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectde.cebis.moccabox.domain.AbstractConceptualObject
de.cebis.moccapart.calendar.domain.Calendar
public class Calendar
| Field Summary | |
|---|---|
static int |
CALENDAR_ADMIN
The right to administrate the calendar. |
static int |
CALENDAR_READ
The right to read the calendarīs events. |
static int |
CALENDAR_WRITE
The right to create new events for the calendar. |
static java.lang.String |
PROP_EDITABLE
|
static java.lang.String |
PROP_NAME
|
| Fields inherited from interface de.cebis.moccabox.domain.IPersistentConcept |
|---|
PROP_CREATION_DATE, PROP_ID, PROP_LAST_EDIT_DATE, PROP_LAST_EDIT_USER |
| Constructor Summary | |
|---|---|
Calendar()
|
|
Calendar(java.lang.Long _iD)
Constructor for primary key |
|
| Method Summary | |
|---|---|
java.lang.String |
getName()
Returns the name of the Calendar object. |
boolean |
isEditable()
Returns if the Calendar is editable for the current user. |
void |
setEditable(boolean editable)
|
void |
setName(java.lang.String name)
Sets the name of the Calendar object. |
| Methods inherited from class de.cebis.moccabox.domain.AbstractConceptualObject |
|---|
getCreationDate, getId, getLastEditDate, getVersion, setCreationDate, setId, setLastEditDate, setVersion |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static java.lang.String PROP_NAME
public static java.lang.String PROP_EDITABLE
public static final int CALENDAR_READ
public static final int CALENDAR_WRITE
public static final int CALENDAR_ADMIN
| Constructor Detail |
|---|
public Calendar()
public Calendar(java.lang.Long _iD)
| Method Detail |
|---|
public java.lang.String getName()
Calendar object.
public void setName(java.lang.String name)
Calendar object.
name - Name for the object.public boolean isEditable()
Calendar is editable for the current user.
public void setEditable(boolean editable)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||